Remove an extraneous translatable string
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 05:01:19 +0000 (01:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 06:04:26 +0000 (02:04 -0400)
gtk/resources/ui/gtkappchooserdialog.ui
gtk/resources/ui/gtkappchooserdialog.ui.h

index 6cf4c36c2576ff63561417f93ed9cc3fdde687fc..bc7df6a932ec13321dfe98d1e400e81916a14239 100644 (file)
@@ -54,7 +54,7 @@
                 <property name="can_focus">False</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
-                <property name="label" translatable="yes">label</property>
+                <property name="label">label</property>
                 <property name="wrap">True</property>
               </object>
               <packing>
index 2a0f7b9d9867c1a076bd7ef968f34f53df701e9c..f542887e50ec7a67e9bee8f5f547ba67858db984 100644 (file)
@@ -1,5 +1,4 @@
 N_("Select Application");
-N_("label");
 N_("_Cancel");
 N_("_Select");
 N_("_View All Applications");